os.Process.pidfdWait (method)

2 uses

	os (current package)
		exec_unix.go#L27: 		return p.pidfdWait()
		pidfd_linux.go#L84: func (p *Process) pidfdWait() (*ProcessState, error) {